include ../../Make.config

all:
	$(MAKE) -C fcntl

clean:
	$(MAKE) -C fcntl clean
	$(RM) *.bin *.i *.lib *.op* *.o *~ zcc_opt.def
